home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / sttrk205.zip / STARTREK.DOC next >
Text File  |  1990-08-20  |  2KB  |  37 lines

  1.  
  2. ===============================================================================
  3.                                STARTREK 2.05
  4.  
  5.                                @ 1989,1990 by
  6.  
  7.                                David Bernazzani
  8.  
  9.                                written in
  10.  
  11.                                TURBO C++ 1.0
  12.                                by Borland, @1990
  13.  
  14. ===============================================================================
  15.  
  16.         _StarTrek_ is a game that I wrote in interpreted BASIC in 1981 while
  17.     I was still in high school.  I enjoyed writing it and playing it was
  18.     even more fun.  It was a game that I never grew tierd of.  I have played
  19.     games with spectacular graphics, supurb sound and nice animation, but
  20.     evenutally they become boring to me.  (There are a few that I still
  21.     really enjoy)  This game has been eciting to play each time I use it.
  22.     Eventually I compiled my source code in QuickBASIC and then it really
  23.     was fast, but my source code was a mess.  It was a tangle of nested
  24.     loops and GOTO's (That's BASIC for you...).  I had to re-write it.
  25.     I began a translation into C but it is not so great to translate BASIC
  26.     code into C directly so I decided to not look at my BASIC code and just
  27.     program from memory and from what I wanted to have happen.  This worked
  28.     out far better.  The code is now completed and the original spirit of
  29.     the game is quite in tact.  A few enhancements have been added but the
  30.     heart of the game is still the same.   I hope you enjoy StarTrek as
  31.     much as I have.
  32.  
  33.         The game is a fairly simple one to play.  To start the game you
  34.     simply type 'STARTREK' at the dos prompt and you are ready to play.
  35.  
  36.  
  37.